Snapservice Sites FilterSpec

Snapservice Sites FilterSpec
Snapservice Sites FilterSpec

The Snapservice Sites FilterSpec schema contains properties used to filter the results when listing sites. If multiple properties are specified, only sites matching all of the properties will be returned.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "local": false,
    "paired": false
}
boolean
local
Optional

If set to true it will only match the local site.

This property was added in vSphere API 9.0.0.0.

If missing or null or false, will return all sites, local or remote that match the filter.

boolean
paired
Optional

If set to true it will include the remote sites that are paired in SnapService.

This property was added in vSphere API 9.0.0.0.

If missing or null or false, will return all sites, including the ones not paired in SnapService, that match the filter.